home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / gfx / conv / wbmp.lha / WBMP.txt < prev    next >
Text File  |  2002-09-03  |  766b  |  35 lines

  1. Short   : convert wbmp <-> ilbm
  2. Author  : F.Marquard
  3. Uploader: F.Marquard@t-online.de
  4. Type    : GFX/conv
  5. Requires: Rexxmast
  6. Version : 1.0
  7.  
  8.  
  9.                          Script-handling
  10.                          _______________
  11.  
  12.   Make sure that the Arexx-Port (System/Rexxmast) is running.
  13.  
  14.   ilbm2wbmp.rexx
  15.   --------------
  16.   
  17.   Create a ILBM-picture with a paintprogram, that allowed to saving
  18.  
  19.   brushes in to 1-bit depth.
  20.  
  21.   The width and the height of the image must limited of 127 pixels
  22.  
  23.   and color 0 must be darker then color 1.
  24.  
  25.   Copy the scripts in a assignet directory and type in your shell
  26.  
  27.   >>rx ilbm2wbmp.rexx Ram:Test.brush Ram:Test.wbmp"<<
  28.  
  29.   The result can with >>rx wbmp2ilbm.rexx Ram:Test.wbmp Ram:test.ilbm<<
  30.  
  31.   reclaim to the ILBM-fileformat.
  32.  
  33.  
  34.  
  35.